home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / dialogs / dlg_selectbankinfo.dlg < prev    next >
Extensible Markup Language  |  2014-12-19  |  2KB  |  51 lines

  1. <?xml version="1.0" encoding="utf-8"?>
  2.  
  3. <!--
  4. /***************************************************************************
  5.  copyright   : (C) 2010 by Martin Preuss
  6.  email       : martin@aqbanking.de
  7.  
  8.  ***************************************************************************
  9.  * This file is part of the project "AqBanking".                           *
  10.  * Please see toplevel file COPYING of that project for license details.   *
  11.  ***************************************************************************/
  12. -->
  13.  
  14. <dialog type="dialog" name="ab_select_bankinfo" i18n="aqbanking"
  15.         flags="decorShrinkable decorStretchable decorMaximize decorMinimize decorClose decorMenu" >
  16.   <widget type="vlayout" flags="fillX fillY" >
  17.  
  18.     <widget type="gridLayout" columns="2" flags="fillX" >
  19.  
  20.       <widget type="label" text="Bank Code" />
  21.       <widget type="lineEdit" name="blzEdit"      columns="40" flags="" />
  22.  
  23.       <widget type="label" text="BIC" />
  24.       <widget type="lineEdit" name="bicEdit"      columns="40" flags="" />
  25.  
  26.       <widget type="label" text="Bank Name" />
  27.       <widget type="lineEdit" name="nameEdit"     columns="40" flags="" />
  28.  
  29.       <widget type="label" text="Location" />
  30.       <widget type="lineEdit" name="locationEdit" columns="40" flags="" />
  31.  
  32.     </widget>
  33.  
  34.  
  35.     <widget type="groupBox" text="Matching Banks" flags="fillX fillY" >
  36.       <widget type="listBox" name="listBox" columns="5" flags="fillX fillY" />
  37.     </widget>
  38.  
  39.     <!-- wizard controls -->
  40.     <widget type="hLine" flags="fillX" />
  41.     <widget type="hlayout" flags="fillX equalWidth" >
  42.       <widget type="pushButton" text="Help"     name="wiz_help_button" />
  43.       <widget type="hspacer" flags="fillX" />
  44.       <widget type="pushButton" text="Ok"     name="okButton" flags="default" />
  45.       <widget type="pushButton" text="Abort"  name="abortButton" />
  46.     </widget>
  47.  
  48.   </widget>
  49.  
  50. </dialog>
  51.